Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TiPullXmlUnknown Class Reference

#include <tinyxml.h>

Inheritance diagram for TiPullXmlUnknown:

Inheritance graph
[legend]
Collaboration diagram for TiPullXmlUnknown:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TiPullXmlUnknown ()
virtual ~TiPullXmlUnknown ()
virtual void Print (FILE *cfile, int depth) const

Protected Member Functions

virtual void StreamOut (TiXmlOutStream *out) const
virtual bool Parse (ParsePosition in, const char *&out, bool throwaway)

Detailed Description

Any tag that tinyXml doesn't recognize is saved as an unknown. It is a tag of text, but should not be modified. It will be written back to the XML, unchanged, when the file is saved.


Constructor & Destructor Documentation

TiPullXmlUnknown::TiPullXmlUnknown   [inline]
 

virtual TiPullXmlUnknown::~TiPullXmlUnknown   [inline, virtual]
 


Member Function Documentation

bool TiPullXmlUnknown::Parse ParsePosition    in,
const char *&    out,
bool    throwaway
[protected, virtual]
 

Implements TiPullXmlBase.

void TiPullXmlUnknown::Print FILE   cfile,
int    depth
const [virtual]
 

All TinyXml classes can print themselves to a filestream. This is a formatted print, and will insert tabs and newlines.

(For an unformatted stream, use the << operator.)

Implements TiPullXmlBase.

void TiPullXmlUnknown::StreamOut TiXmlOutStream *    out const [protected, virtual]
 

Implements TiPullXmlBase.


The documentation for this class was generated from the following files:
Generated on Mon Sep 12 20:18:16 2005 for Destiny3D by doxygen1.3-rc3